'Usage Dim instance As ListBase(Of T) Dim item As T Dim value As Integer value = instance.BinarySearch(item)
Parameters
- item
- The object to locate. The value can be null for reference types.
Return Value
The zero-based index of item in the sorted ListBase<T>, if item is found; otherwise, a negative number that is the bitwise complement of the index of the next element that is larger than item or, if there is no larger element, the bitwise complement of ListBase<T>.Count.